CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LL 分析

搜索资源列表

  1. LL(1).rar

    1下载:
  2. 用LL(1)法对布尔表达式的语法分析
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:1603
    • 提供者:
  1. LL(1)_LR(0)_Demo.rar

    2下载:
  2. 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:239282
    • 提供者:
  1. 判断是否为ll(1)文法程序

    2下载:
  2. 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and set computing; 3. LL (1) Forecas
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23961
    • 提供者:luo
  1. LL(1)分析的实现

    0下载:
  2. 编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminant can input strings of symbols
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10312
    • 提供者:原子
  1. ll(1)词法分析

    0下载:
  2. LL(1)语法分析程序,编译原理课用得到哦,可以作到词法分析表吧(idle)-LL (1) syntax analysis program, compile Principle used to be, oh, Lexical analysis can be done table it (idle)
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:82075
    • 提供者:王淼
  1. LL(1)_syntax

    0下载:
  2. LL(1)语法分析程序 (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。 -LL (1) syntax analysis program (1) on the importation of grammar, it can determine whether to LL (1) grammar, and if so, in
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:82050
    • 提供者:张玉峰
  1. ll(1)Analyzer

    0下载:
  2. 执行程序,输入文法,与需要分析的语句执行ll(1)分析,很方便-implementation procedures, the importation of grammar, and the need to analyze the implementation of the phrase ll (1) analysis, is a convenient
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:11505
    • 提供者:Wandy_1234
  1. 简易语法分析程序LL

    0下载:
  2. 简易语法分析程序LL(1) (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型-simple syntax analysis procedures LL (1) (a) on the importation of grammar. it will determine whether to LL (1) grammar, a
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-07-01
    • 文件大小:82442
    • 提供者:赵珊珊
  1. LL(1)_parsing

    0下载:
  2. 关于编译方面的LL(1)语法分析程序,可以输出分析栈,按要求可以实现对输入字符串的完整分析归约过程。-compiler on the LL (1) syntax analysis procedures can output analysis stack, by asking for input strings to achieve a complete analysis of the reduction process.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1890
    • 提供者:zhou
  1. LL(1)yufafenxi

    0下载:
  2. 这是一个用C语言实现的LL(1)语法分析程序-This is a C language of LL (1) syntax analysis program
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:2124
    • 提供者:yue
  1. ll(1)fenxibiaodeshengcheng

    0下载:
  2. 词法分析源程序 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析, -lexical analysis source Tip : the program only right by i, *, (and ) consisting of the # end of the strings,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8443
    • 提供者:xiao
  1. LL(1)Syntax

    0下载:
  2. 用LL(1)方法分析四则运算,包括一个词法分析的头文件。-with LL (1) Analysis of four operations, including a lexical analysis of the headers.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3710
    • 提供者:田甜
  1. LL(1)while

    0下载:
  2. 用C++做的LL(1)分析法的程序,大家先用着吧,比较好用吧-C do LL (1) analysis of the procedure, we first used to it, the more useful it
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:23570
    • 提供者:John
  1. LL(1)daima

    1下载:
  2. [编译原理课程设计-源代码]LL(1)语法分析代码(c++).-[Design Compiler Principle-source code] LL (1) syntax analysis code (c).
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2194
    • 提供者:xiaogemao
  1. 编译原理LL(1)分析表

    0下载:
  2. 编译原理LL1分析表- Translation principle LL1 analytical table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:195885
    • 提供者:王克迅
  1. 左递归文法分析源代码

    0下载:
  2. 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出\"acc\",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further impo
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-15
    • 文件大小:33947
    • 提供者:赵旋
  1. ll

    0下载:
  2. 编译原理中的LL(1)分析程序设计
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10996
    • 提供者:liu
  1. LL--LR

    0下载:
  2. 编译原理,构造LL分析表,LR分析器,含报告文档-Compiler theory, structural analysis table LL, LR parser, the document containing the report
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:131995
    • 提供者:huang
  1. LL

    0下载:
  2. 利用LL分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LL-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:235678
    • 提供者:周慕白
  1. 实验二-LL(1)预测分析

    1下载:
  2. LL(1)预测分析,分析表和分析过程的界面友好(LL (1) forecast analysis, analysis table and analysis process friendly interface.)
  3. 所属分类:书籍源码

    • 发布日期:2018-10-22
    • 文件大小:111616
    • 提供者:小艾321
« 1 23 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com